Changeset 2831 for libcaca/trunk/doc
- Timestamp:
- Sep 27, 2008, 7:56:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/doc/Makefile.am
r2821 r2831 44 44 install-data-local: 45 45 if BUILD_DOCUMENTATION 46 ln -s libcaca-dev $(DESTDIR)$(datadir)/doc/libcucul-dev 46 47 $(mkinstalldirs) $(DESTDIR)$(datadir)/doc/libcaca-dev/html 47 48 cp `find html -name '*.html' -o -name '*.gif' -o -name '*.png'` \ … … 57 58 endif 58 59 60 uninstall-local: 61 rm -f $(DESTDIR)$(datadir)/doc/libcucul-dev 62
Note: See TracChangeset
for help on using the changeset viewer.