summaryrefslogtreecommitdiffstatsabout
path: root/src
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2008-10-01 03:57:58 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2008-10-01 03:57:58 (GMT)
commitcc75ebf7e8560a69a6847f0260cce4772fff440a (patch)
tree0af45d26c6781995f1d643e599fe36be481d9ee5 /src
parentba30ceeb705e9b4d40ce0d98f6a4e047d47ce919 (diff)
Initial revision of command line importer.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 558b621..5a5dd6a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -163,3 +163,6 @@ clean:
163local-dist: $(DISTFILES) 163local-dist: $(DISTFILES)
164 mkdir -p $(DESTDIR) 164 mkdir -p $(DESTDIR)
165 cp -dp --parents $(DISTFILES) $(DESTDIR) 165 cp -dp --parents $(DISTFILES) $(DESTDIR)
166
167Makefile: Makefile.in ../config.status
168 cd .. && ./config.status