Skip to content

Commit

Permalink
Don't install docs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjag committed Apr 29, 2020
1 parent 2503de1 commit a3aeb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ install: all @INSTALL_GUIS@ @INSTALL_OSX@
for file in epm epminstall mkepmlist; do \
$(INSTALL) -c -m 755 $$file $(BUILDROOT)$(bindir); \
done
(cd doc; $(MAKE) $(MFLAGS) install)
#(cd doc; $(MAKE) $(MFLAGS) install)

install-guis: setup uninst
echo Installing EPM setup/uninst in $(BUILDROOT)$(libdir)/epm
Expand Down

0 comments on commit a3aeb58

Please sign in to comment.