Changeset 5972
- Timestamp:
- Jan 12, 2006, 12:30:34 PM (21 years ago)
- Location:
- trunk/glueforge
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
templates/psdb/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/Makefile.am
r5964 r5972 17 17 examples/complex.md 18 18 19 exampledir = $(datadir)/@PACKAGE_NAME@/examples 19 glueforgedatadir = $(datadir)/@PACKAGE_NAME@ 20 exampledir = $(glueforgedatadir)/examples 20 21 example_DATA = $(example_files) 22 23 install-data-local: 24 chmod 0755 $(glueforgedatadir) $(exampledir) 21 25 22 26 man_MANS = \ -
trunk/glueforge/templates/psdb/Makefile.am
r5888 r5972 72 72 top_makefile_am.tt 73 73 74 psdbtemplatedir = $(datadir)/@PACKAGE_NAME@/templates/psdb 74 templatedir = $(datadir)/@PACKAGE_NAME@/templates 75 psdbtemplatedir = $(templatedir)/psdb 75 76 psdbtemplate_DATA = $(template_files) 77 78 install-data-hook: 79 chmod 0755 $(templatedir) $(psdbtemplatedir) 80 76 81 EXTRA_DIST = $(template_files)
Note:
See TracChangeset
for help on using the changeset viewer.
