summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4aafb48..36dfcfa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
Makefile.deps
+Makefile.local
*.o
*.swp
dss.lsg.*
diff --git a/Makefile b/Makefile
index a60a65b..c8242b4 100644
--- a/Makefile
+++ b/Makefile
@@ -71,3 +71,5 @@ index.html: dss.1.html index.html.in INSTALL README NEWS
sed -e '1,/@INSTALL@/d' -e '/@MAN_PAGE@/,$$d' index.html.in >> $@
cat dss.1.html >> $@
sed -e '1,/@MAN_PAGE@/d' index.html.in >> $@
+
+-include Makefile.local