]> git.street.me.uk Git - andy/viking.git/commitdiff
Handle doc subdirectory
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Wed, 28 Sep 2005 12:48:42 +0000 (12:48 +0000)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Wed, 28 Sep 2005 12:48:42 +0000 (12:48 +0000)
doc/Makefile.am [new file with mode: 0644]
doc/dev/Makefile.am [new file with mode: 0644]

diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644 (file)
index 0000000..5461c16
--- /dev/null
@@ -0,0 +1,3 @@
+SUBDIRS = dev
+
+EXTRA_DIST = GEOCODED-PHOTOS GETTING-STARTED GPSMAPPER   
\ No newline at end of file
diff --git a/doc/dev/Makefile.am b/doc/dev/Makefile.am
new file mode 100644 (file)
index 0000000..78ffe58
--- /dev/null
@@ -0,0 +1,11 @@
+EXTRA_DIST = \
+       CLEANUPS \
+       Clipboard \
+       FF2 \
+       FF2-Implementation \
+       File-Format-Outline \
+       GRRM \
+       MergeLayers \
+       README \
+       Track-Tool-Interfaces \
+       TrackEditing
\ No newline at end of file