Revision 21448,
808 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21447,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[18713] | 1 | |
---|
| 2 | if BUILD_PLUGIN_DOCS |
---|
| 3 | SUBDIRS_PLUGINS = plugins |
---|
| 4 | else |
---|
| 5 | SUBDIRS_PLUGINS = |
---|
| 6 | endif |
---|
| 7 | |
---|
[21004] | 8 | # FIXME: separate this out into docbook and gtk-doc so it doesn't descend |
---|
| 9 | # for docs it can't build |
---|
| 10 | if BUILD_DOCS |
---|
| 11 | SUBDIRS_DOCS = faq manual pwg gst libs |
---|
| 12 | else |
---|
| 13 | SUBDIRS_DOCS = |
---|
| 14 | endif |
---|
[18713] | 15 | |
---|
[21004] | 16 | SUBDIRS = $(SUBDIRS_DOCS) $(SUBDIRS_PLUGINS) |
---|
| 17 | DIST_SUBDIRS = gst faq manual pwg libs plugins xsl |
---|
[18713] | 18 | |
---|
[21004] | 19 | EXTRA_DIST = \ |
---|
| 20 | slides manuals.mak htmlinstall.mak upload.mak \ |
---|
[21447] | 21 | image-png image-pdf image-eps url.entities version.entities.in |
---|
[21004] | 22 | |
---|
| 23 | upload: |
---|
| 24 | @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi |
---|
| 25 | |
---|
[18713] | 26 | dist-hook: |
---|
| 27 | $(RM) -rf $(distdir)/random/CVS |
---|
| 28 | $(RM) -rf $(distdir)/random/*~ |
---|
| 29 | $(RM) -rf $(distdir)/random/.\#* |
---|
| 30 | $(RM) -rf $(distdir)/slides/CVS |
---|
| 31 | $(RM) -rf $(distdir)/slides/*~ |
---|
| 32 | $(RM) -rf $(distdir)/slides/.\#* |
---|
Note: See
TracBrowser
for help on using the repository browser.