[ 
https://issues.apache.org/jira/browse/CB-13964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16402125#comment-16402125
 ] 

ASF GitHub Bot commented on CB-13964:
-------------------------------------

dblotsky commented on a change in pull request #806: CB-13964: Fixed make clean 
for windows
URL: https://github.com/apache/cordova-docs/pull/806#discussion_r175143713
 
 

 ##########
 File path: Makefile
 ##########
 @@ -287,6 +292,19 @@ $(CSS_DEST_DIR)/%.css: $(CSS_SRC_DIR)/%.css
        $(call printfile,$<) >> $@
 
 # maintenance
+ifdef WINDOWS
+clean:
+       $(call RM, $(VERSION_CONFIG))
+       $(call RM, $(DEFAULTS_CONFIG))
+       $(call RM, $(DOCS_PAGE_LIST))
+       $(call RM, $(DOCS_VERSION_DATA))
+       $(call RM, $(TOC_FILES))
+       $(call RM, $(PLUGINS_APP))
+       $(call RM, $(FETCHED_FILES))
+       -$(call RMDIR, $(CSS_DEST_DIR))
+       -$(call RMDIR, $(PROD_DIR))
+       -$(call RMDIR, $(DEV_DIR))
+else
 
 Review comment:
   If you have `RM` and `RMDIR` defined for all platforms, you don't have to 
add Windows-specific logic here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 'Make' command to build cordova website dont work in windows
> ------------------------------------------------------------
>
>                 Key: CB-13964
>                 URL: https://issues.apache.org/jira/browse/CB-13964
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-docs
>            Reporter: Gandhirajan
>            Priority: Critical
>
> Make commands for cordova website devleopment dont work in windows OS



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to