Преглед на файлове

Fix "make clean" rule. Moved class_grapher drush plugin to apps/.

Frederic G. MARAND преди 13 години
родител
ревизия
d9dbe609c3
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Makefile
  2. 0 0
      apps/class_grapher/classgrapher.drush.inc

+ 1 - 1
Makefile

@@ -1,2 +1,2 @@
 clean:
-	find . -name "*.gv" -o -name "*.svg" -o -name php_errors.log -delete
+	find . \( -name "*.gv" -o -name "*.svg" -o -name "*.png" -o -name php_errors.log \) -exec rm {} \;

+ 0 - 0
OSInet/Class_Grapher/classgrapher.drush.inc → apps/class_grapher/classgrapher.drush.inc