Skip to content

Commit 575e3b9

Browse files
committed
Remove unused parts of Makefile.am
These are causing issues whenever make clean is called, and we have no docs we want to generate or install on the user system anyway yet. Signed-off-by: Simo Sorce <[email protected]>
1 parent 588d6a1 commit 575e3b9

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Makefile.am

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -157,21 +157,6 @@ installgssntlmsspdirs::
157157
$(DESTDIR)$(libdir)/gssntlmssp \
158158
$(DESTDIR)$(mandir)
159159

160-
if HAVE_DOXYGEN
161-
docs:
162-
$(DOXYGEN) doxy.config
163-
else
164-
docs:
165-
@echo "Doxygen not installed, cannot generate documentation"
166-
@exit 1
167-
endif
168-
169-
install-exec-hook: installgssntlmsspdirs
170-
mkdir -p doc $(DESTDIR)/$(docdir); cp -a doc $(DESTDIR)/$(docdir)/
171-
172-
clean-local:
173-
rm -Rf doc
174-
175160
CLEANFILES = *.X */*.X */*/*.X
176161

177162
tests: all $(check_PROGRAMS)

0 commit comments

Comments
 (0)