Skip to content

Commit

Permalink
Makefile: don't reference deleted INSTALL file in apidoc target (#117)
Browse files Browse the repository at this point in the history
Fixes build error if all targets are made.
  • Loading branch information
olifre authored Apr 29, 2024
1 parent 6a08378 commit 410be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EXTRA_DIST = autogen.sh LICENSE
APIDOC_DIR = $(top_builddir)/doc/apidoc
USERDOC_DIR = $(top_builddir)/doc/userdoc

APIDOC_FILES = $(top_srcdir)/AUTHORS $(top_srcdir)/INSTALL $(top_srcdir)/LICENSE $(top_srcdir)/README
APIDOC_FILES = $(top_srcdir)/AUTHORS $(top_srcdir)/LICENSE $(top_srcdir)/README
USERDOC_FILES = $(APIDOC_FILES)

spec=spec/voms-all.spec
Expand Down

0 comments on commit 410be29

Please sign in to comment.