summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------[-rw-r--r--]Makefile27
1 files changed, 1 insertions, 26 deletions
diff --git a/Makefile b/Makefile
index 282e157..70bbe43 100644..120000
--- a/Makefile
+++ b/Makefile
@@ -1,26 +1 @@
-# -*- make -*-
-
-# Default value so one can compile this standalone
-TOPDIR=..
-include $(TOPDIR)/common.mk
-include ./local.mk
-include $(MAKEINCLUDE_DIR)/t2t.mk
-include $(MAKEINCLUDE_DIR)/tex.mk
-include $(MAKEINCLUDE_DIR)/css.mk
-include $(MAKEINCLUDE_DIR)/raw.mk
-
-
-dest_dir = $(DESTDIR)$(PREFIX)/$(PACKAGE_DIR)
-
-.DEFAULT_GOAL := all
-
-all: compile install
-
-compile: $(REQUIRED_TARGETS)
-
-clean: $(CLEAN_TARGETS)
-
-real_clean: $(REAL_CLEAN_TARGETS)
-
-install: $(INSTALL_TARGETS)
-
+../make_templates/subdir_makefile/Makefile \ No newline at end of file