Просмотр исходного кода

Fixed doc reference
Author: jgg
Date: 1998-11-05 00:10:17 GMT
Fixed doc reference

Arch Librarian лет назад: 22
Родитель
Сommit
ee43a304fe
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      buildlib/makefile.in

+ 2 - 2
buildlib/makefile.in

@@ -5,8 +5,8 @@
 .SILENT:
 
 SRCDIR=@top_srcdir@
-SUBDIRS:=./doc ./bin ./bin/methods ./obj ./include/apt-pkg ./include/deity
-SUBDIRS+=./obj/docs ./obj/apt-pkg ./obj/deity ./obj/gui ./obj/cmdline \
+SUBDIRS:=./docs ./bin ./bin/methods ./obj ./include/apt-pkg ./include/deity
+SUBDIRS+=./obj/apt-pkg ./obj/deity ./obj/gui ./obj/cmdline \
 	./obj/test ./obj/methods ./obj/methods/ftp
 BUILD:=$(shell pwd)
 export BUILD