Skip to content

Commit

Permalink
Revert "Take help out of subdir rules."
Browse files Browse the repository at this point in the history
This reverts commit 0618bc5.
  • Loading branch information
Stefan Sauer committed Feb 3, 2024
1 parent e8efbbc commit 644b481
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## Process this file with automake to produce Makefile.in

# AM_GNU_GETTEXT requires po in SUBDIRS
SUBDIRS = po
SUBDIRS = po docs/help/bt-edit
# see fake subdir rules
FAKE_SUBDIRS = \
docs/help/bt-edit \
docs/reference/bt-core docs/reference/bt-ic \
docs/reference/bt-cmd docs/reference/bt-edit \
docs/reference/bt-gst \
docs/reference/bt-gst
DIST_SUBDIRS = $(SUBDIRS) $(FAKE_SUBDIRS)

ACLOCAL_AMFLAGS = -I m4
Expand Down Expand Up @@ -88,7 +87,7 @@ appdata_in_files = buzztrax.appdata.xml.in

#-- fake subdir rules

docs: help-bt-edit docs-bt-core docs-bt-ic docs-bt-cmd docs-bt-edit docs-bt-gst
docs: docs-bt-core docs-bt-ic docs-bt-cmd docs-bt-edit docs-bt-gst

docs/reference/version.entities:
@cp docs/version.entities docs/reference/
Expand All @@ -105,9 +104,6 @@ docs-bt-cmd: libbtcmd.la libbuzztrax-ic.la libbuzztrax-core.la docs/reference/ve
docs-bt-edit: libbtedit.la libbuzztrax-ic.la libbuzztrax-core.la docs/reference/version.entities | docs-bt-core docs-bt-ic
@$(MAKE) -C docs/reference/bt-edit

help-bt-edit: docs/reference/version.entities
@$(MAKE) -C docs/help/bt-edit

if FLUIDSYNTH_SUPPORT
FLUIDSYNTH_LA = libgstfluidsynth.la
else
Expand Down

0 comments on commit 644b481

Please sign in to comment.