move images -> img
authorCarsten Haitzler <raster@rasterman.com>
Mon, 28 Sep 2009 06:49:34 +0000 (06:49 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 28 Sep 2009 06:49:34 +0000 (06:49 +0000)
SVN revision: 42759

legacy/efreet/doc/Makefile.am
legacy/efreet/doc/img/_.gif [moved from legacy/efreet/doc/images/_.gif with 100% similarity]
legacy/efreet/doc/img/b.png [moved from legacy/efreet/doc/images/b.png with 100% similarity]
legacy/efreet/doc/img/n.gif [moved from legacy/efreet/doc/images/n.gif with 100% similarity]
legacy/efreet/doc/img/n.png [moved from legacy/efreet/doc/images/n.png with 100% similarity]
legacy/efreet/doc/img/t.gif [moved from legacy/efreet/doc/images/t.gif with 100% similarity]
legacy/efreet/doc/img/t.png [moved from legacy/efreet/doc/images/t.png with 100% similarity]
legacy/efreet/doc/img/tl.gif [moved from legacy/efreet/doc/images/tl.gif with 100% similarity]
legacy/efreet/doc/img/tl.png [moved from legacy/efreet/doc/images/tl.png with 100% similarity]

index 584a751..921f9ac 100644 (file)
@@ -11,7 +11,7 @@ doc-clean:
 
 doc: all doc-clean
        $(efl_doxygen)
-       cp images/* html/
+       cp img/* html/
        rm -rf $(PACKAGE_DOCNAME).tar*
        mkdir -p $(PACKAGE_DOCNAME)/doc
        cp -R html/ latex/ $(PACKAGE_DOCNAME)/doc
@@ -29,4 +29,4 @@ doc:
 
 endif
 
-EXTRA_DIST = Doxyfile.in $(wildcard images/*.*) e.css head.html foot.html
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html