Skip to content

Commit

Permalink
Don't build docs. I never use them, and this doxygen-related stuff is…
Browse files Browse the repository at this point in the history
… broken on OS X.
  • Loading branch information
benhoskings committed Oct 6, 2009
1 parent b064d8c commit 4861461
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Makefile.in
Expand Up @@ -305,7 +305,6 @@ debug:

user_doc: $(HDR_FILES_SRC) Doxyfile.user user_doc.head.html $(HELP_SRC)
$(MAKE) doc.h $(HDR_FILES)
doxygen Doxyfile.user
touch user_doc


Expand Down Expand Up @@ -582,19 +581,6 @@ install-force: all install-translations
for i in $(FUNCTIONS_DIR_FILES); do \
$(INSTALL) -m 644 $$i $(DESTDIR)$(datadir)/fish/functions/; \
done;
for i in share/man/*.1; do \
$(INSTALL) -m 644 $$i $(DESTDIR)$(datadir)/fish/man/; \
done;
$(INSTALL) -m 755 -d $(DESTDIR)$(docdir)
for i in user_doc/html/* ChangeLog; do \
if test -f $$i; then \
$(INSTALL) -m 644 $$i $(DESTDIR)$(docdir); \
fi; \
done;
$(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
for i in $(MANUALS); do \
$(INSTALL) -m 644 $$i $(DESTDIR)$(mandir)/man1/; \
done;
@echo fish is now installed on your system.
@echo To run fish, type \'fish\' in your terminal.
@echo
Expand Down

0 comments on commit 4861461

Please sign in to comment.