aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
-rw-r--r--OsmoMSC/Makefile.am16
2 files changed, 0 insertions, 21 deletions
diff --git a/Makefile.am b/Makefile.am
index 5386b5f..2a7b881 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,8 +28,3 @@ install-data-hook:
uninstall-local:
rm -rv "$(share_path)" "$(DESTDIR)$(prefix)/bin/osmo-gsm-manuals-check-depends"
-
-upload:
- for i in Osmo*; do \
- $(MAKE) -C "$$i" upload || exit 1; \
- done
diff --git a/OsmoMSC/Makefile.am b/OsmoMSC/Makefile.am
deleted file mode 100644
index 0fcd1ff..0000000
--- a/OsmoMSC/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-OSMO_GSM_MANUALS_DIR = $(top_srcdir)
-EXTRA_DIST = osmomsc-usermanual.adoc \
- osmomsc-usermanual-docinfo.xml \
- osmomsc-vty-reference.xml \
- chapters \
- images \
- vty
-
-ASCIIDOC = osmomsc-usermanual.adoc
-ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
-include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
-
-VTY_REFERENCE = osmomsc-vty-reference.xml
-include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
-
-include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc