diff options
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r-- | bin/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am new file mode 100644 index 0000000..bb20def --- /dev/null +++ b/bin/Makefile.am @@ -0,0 +1,6 @@ +primitive_scripts = sgmlwhich + +bindir = $(prefix)/bin +bin_SCRIPTS = install-catalog $(primitive_scripts) + +EXTRA_DIST = install-catalog.in $(primitive_scripts) |