]> Pileus Git - aweather/commitdiff
Moving examples out of src to make gtk-doc happy
authorAndy Spencer <andy753421@gmail.com>
Wed, 2 Sep 2009 18:02:28 +0000 (18:02 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 2 Sep 2009 18:02:28 +0000 (18:02 +0000)
14 files changed:
docs/api/Makefile.am
examples/.gitignore [new file with mode: 0644]
examples/plugin/.gitignore [new file with mode: 0644]
examples/plugin/mkfile [moved from src/examples/plugin/mkfile with 100% similarity]
examples/plugin/teapot.c [moved from src/examples/plugin/teapot.c with 100% similarity]
examples/plugin/teapot.h [moved from src/examples/plugin/teapot.h with 100% similarity]
examples/tex/.gitignore [moved from src/examples/.gitignore with 100% similarity]
examples/tex/mkfile [moved from src/examples/tex/mkfile with 100% similarity]
examples/tex/tex.c [moved from src/examples/tex/tex.c with 100% similarity]
examples/tex/tex.png [moved from src/examples/tex/tex.png with 100% similarity]
examples/tex/texl.png [moved from src/examples/tex/texl.png with 100% similarity]
examples/tex/texls.png [moved from src/examples/tex/texls.png with 100% similarity]
examples/tex/texr.png [moved from src/examples/tex/texr.png with 100% similarity]
examples/tex/texrs.png [moved from src/examples/tex/texrs.png with 100% similarity]

index bf6b877106cce14596ce970c95e81b084fcb68da..826840ae2a71dcb58381de12380d6c758af220d3 100644 (file)
@@ -10,4 +10,4 @@ MKDB_OPTIONS=--sgml-mode --output-format=xml
 include $(top_srcdir)/gtk-doc.make
 CLEANFILES += aweather-sections.txt
 MAINTAINERCLEANFILES=\
-       tmpl/* Makefile.in aweather-docs.sgml aweather-overrides.txt aweather.types 
+       tmpl/* Makefile.in aweather-docs.sgml aweather-overrides.txt aweather.types aweather-scan.*
diff --git a/examples/.gitignore b/examples/.gitignore
new file mode 100644 (file)
index 0000000..9d22eb4
--- /dev/null
@@ -0,0 +1,2 @@
+*.o
+*.so
diff --git a/examples/plugin/.gitignore b/examples/plugin/.gitignore
new file mode 100644 (file)
index 0000000..328130b
--- /dev/null
@@ -0,0 +1 @@
+teapot
similarity index 100%
rename from src/examples/tex/mkfile
rename to examples/tex/mkfile
similarity index 100%
rename from src/examples/tex/tex.c
rename to examples/tex/tex.c