AUTOTOOLS: Create a separate Makefile.am for the docs directory

This commit is contained in:
Ronnie Sahlberg
2014-03-22 10:32:59 -07:00
committed by Ronnie Sahlberg
parent 7d1f7a5308
commit 5500f84402
3 changed files with 19 additions and 15 deletions

View File

@@ -128,5 +128,7 @@ AC_CHECK_MEMBER([struct CU_SuiteInfo.pSetUpFunc],
]])
AC_CONFIG_FILES(Makefile libiscsi.pc)
AC_CONFIG_FILES([Makefile]
[doc/Makefile]
[libiscsi.pc])
AC_OUTPUT