[GRASS-SVN] r52332 - grass/trunk/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 6 17:21:57 PDT 2012
Author: martinl
Date: 2012-07-06 17:21:56 -0700 (Fri, 06 Jul 2012)
New Revision: 52332
Modified:
grass/trunk/include/Make/Module.make
Log:
fix module install rule (man pages in `docs` directory)
Modified: grass/trunk/include/Make/Module.make
===================================================================
--- grass/trunk/include/Make/Module.make 2012-07-07 00:15:33 UTC (rev 52331)
+++ grass/trunk/include/Make/Module.make 2012-07-07 00:21:56 UTC (rev 52332)
@@ -18,6 +18,6 @@
install:
$(INSTALL) $(ARCH_DISTDIR)/bin/$(PGM)$(EXE) $(INST_DIR)/bin/
$(INSTALL_DATA) $(HTMLDIR)/$(PGM).html $(INST_DIR)/docs/html/
- $(INSTALL_DATA) $(ARCH_DISTDIR)/man/man1/$(PGM).1 $(INST_DIR)/man/man1/
+ $(INSTALL_DATA) $(ARCH_DISTDIR)/docs/man/man1/$(PGM).1 $(INST_DIR)/docs/man/man1/
.PHONY: cmd
More information about the grass-commit
mailing list